Installing and Configuring the Plugin

The following prerequisites must be met before installing the Plugin ManagerAction Builder PluginDeployment Pipeline Plugin:

Condition Required for Done
AWI has to be installed. (Visit Automic Download Center) Installing the Plugin
The latest version of the Offering ARA (11.2.2) is installed. That includes ARA 6.0.1, AE 11.2.1 and AWI12.0.0 (Visit Automic Download Center) Installing the Plugin
Cloning Actions

Optional configuration settings

Setting Required for Done

In order to enable logging, add the following snippet to the logback.xml file in the config folder of the webapps/<awi-webapp-folder> directory on your Tomcat server:

<logger name="com.automic.apm" level="WARN" additivity="false">

<appender-ref ref="LOGGER"/>
</logger>
Enabling logging

Installing the Plugin

The Action Builder PluginPlugin Manager is delivered as a .zip file which contains a .jar file.

To install the Plugin, the .jar file must be copied to the autoinstall folder within the webapps/ directory of the Tomcat server running AWI.

If your ARA/ASO system was set up by the ONE Installer, this should be: <installer-root>/External.Resources/apache-tomcat-x.x.xx/webapps/<awi-webapp-folder>/WEB-INF/autoinstall.

The Plugin is available and ready to be used on the Action Packs accordion tab of the navigation sidebar, under the Process Assembly perspective.

After restarting your session, the Plugin is available and ready to be used on the Packs accordion tab of the navigation sidebar, under the Administration perspective.

Configuring the Plugin

Configuration is optional and can be done via the actionbuilder.properties file located in /webapps/<awi-webapp-folder>/config/awi-plugins-actionbuilder-<yourversion> in your Tomcat installation.

The following values are configurable and used as defaults when creating new Action Packs:

  • Company name:

    scaffolding.package_company = Custom

  • Dependencies:

    #scaffolding.package_dependencies =

    As long as you do not have additional dependencies, leave this unchanged.

  • Company website:

    scaffolding.package_homepage = www.yourcompany.com

  • Action Pack prefix:

    scaffolding.package_title_prefix = CUSTOM_

Troubleshooting Problems on Plugin Installation

If you experience issues when installing the Plugin, check to see whether this comes from one of the known issues:

Possible cause Solution
The 12.0 AWI version is not installed. Download the latest version from the Automic Download Center

The AWIlog and messages can also provide useful information to identify the problem(s) preventing the Plugin from being installed.

The version of the Plugin can be retrieved from the log file or the About dialog of the AWI.

For more information see the Installing and Configuring the ARA Plugin for AWI section in the ARA Installation guide.